projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c69236
)
* lisp/net/tramp-sh.el (tramp-get-remote-locale): Add "C.UTF-8" as candidate.
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 30 Mar 2017 15:18:17 +0000
(17:18 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Thu, 30 Mar 2017 15:18:17 +0000
(17:18 +0200)
lisp/net/tramp-sh.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-sh.el
b/lisp/net/tramp-sh.el
index e0f8d714e179f61c18685655a3e90d4136bfbd4d..e4a48b7f8e233752418e4a151a8dcd409ba4d1ec 100644
(file)
--- a/
lisp/net/tramp-sh.el
+++ b/
lisp/net/tramp-sh.el
@@
-5222,7
+5222,7
@@
Nonexistent directories are removed from spec."
"Determine remote locale, supporting UTF8 if possible."
(with-tramp-connection-property vec "locale"
(tramp-send-command vec "locale -a")
- (let ((candidates '("en_US.utf8" "C.utf8" "en_US.UTF-8"))
+ (let ((candidates '("en_US.utf8" "C.utf8" "en_US.UTF-8"
"C.UTF-8"
))
locale)
(with-current-buffer (tramp-get-connection-buffer vec)
(while candidates